CoastalExplorer: Allow compilation to succeed without expat.
authortsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 10 Feb 2013 23:31:06 +0000 (23:31 +0000)
committertsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 10 Feb 2013 23:31:06 +0000 (23:31 +0000)
Note that using this format, and many others, witout expat will result in fatal run time errors.

gpsbabel/coastexp.cc

index 2af2150b5e00ec8128ff2132d5ab994475b9667e..7aa72c74c285c5223fab30c755cdd21ed5f6abbe 100644 (file)
@@ -19,8 +19,8 @@
  */
 
 #include "defs.h"
+#include "xmlgeneric.h"
 #if HAVE_LIBEXPAT
-#  include "xmlgeneric.h"
 #  include <expat.h>
 static XML_Parser psr;
 #endif